Step | Reference | |
---|---|---|
Review server cluster resources. | Server cluster resources | |
Review resource groups and resource dependencies. | Groups | |
Plan common resource settings. | Checklist: Creating a new resource | |
Note the exact service name as it appears in the registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services. | The documentation for your service. | |
Note the startup parameters of your service. | The documentation for your service. | |
Ensure that the service is installed on all nodes. | Not applicable | |
Determine which service registry keys need to be replicated on all nodes. | The documentation for your service. | |
Determine whether a dependent network name needs to be substituted for the computer name.
Applications can make application program interface (API) calls to determine the name of the computer on which they are running. Making the generic application dependent on a network name resource causes the Use Network Name check box in Cluster Administrator to be selected. In such a case, the network name is returned instead of the computer name when the application makes the API call. Thus, applications that are not cluster aware continue to appear to be running on the same computer even after they move to a different cluster node. |
The documentation for your application. | |
Determine whether any application-specific registry keys need to be replicated on all cluster nodes.
This pertains to applications that are not cluster aware. An application may store data in the registry. If the application is moved, but the registry data is not moved with it, the application's state is lost. If the cluster administrator specifies the root of the registry key, it enables the Cluster service to "watch" that key. The Cluster service captures the data in the key and any changes that occur. When the generic application resource is moved, the Cluster service moves the registry data to the new resource host and then brings the generic application resource online. |
The documentation for your application. | |
Use the New Resource Wizard to create the resource. | To create a new resource |